home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Libraries / Framework / Sources / Debug.r < prev    next >
Encoding:
Text File  |  1996-04-03  |  34.4 KB  |  677 lines  |  [TEXT/MPS ]

  1. // Debug.r
  2. // Copyright © 1986-96 by Apple Computer, Inc. All rights reserved.
  3. //
  4. // MacApp® Debugging Resources
  5.  
  6. /* • Auto-Include the requirements for this source */
  7. #ifndef __TYPES_R__
  8. #include "Types.r"
  9. #endif
  10.  
  11. #ifndef __MacAppTypes__
  12. #include "MacAppTypes.r"
  13. #endif
  14.  
  15. #ifndef __ViewTypes__
  16. #include "ViewTypes.r"
  17. #endif
  18.  
  19. #ifndef qPowerPC
  20. #define qPowerPC                0
  21. #endif
  22.  
  23. #define kDebugBuzzStrings        251
  24. #define kDebugErrorStrings        252
  25.  
  26.  
  27. resource 'CMNU' (mDebug,
  28. #if qNames
  29.     "mDebug",
  30. #endif
  31.     nonpurgeable) {
  32.     mDebug,
  33.     textMenuProc,
  34.     0x7FFFFFBF,
  35.     enabled,
  36.     "Debug",
  37.     {
  38. #if qDebug
  39.     "Do First Click For This Window",        noIcon, noKey,    noMark, plain,    cDoFirstClick;
  40.     "Refresh Front Window",                 noIcon, "®",    noMark, plain,    cRefreshFrontWindow;
  41.  
  42. //    System 7.0 has bugs in TextEdit when right justification is used but the system script
  43. //    is left to right line format. Uncomment this when its fixed, maybe 7.0.1+
  44. //    "-",                                    noIcon, noKey,    noMark, plain,    nocommand;
  45. //    "Set system justification",                noIcon, noKey,    noMark, plain,    cSetSysJust;
  46.  
  47.     "-",                                    noIcon, noKey,    noMark, plain,    nocommand;
  48.     "Show Debug Flags Window",                noIcon, noKey,    noMark, plain,    cDebugFlags;
  49. #endif
  50. #if qDebug && qPerform
  51.     "-",                                    noIcon, noKey,    noMark, plain,    nocommand;
  52. #endif
  53. #if qPerform
  54.     "Initialize Performance Monitor…",        noIcon, noKey,    noMark, plain,    cPerfMonInit;
  55.     "Save Performance Statistics…",            noIcon, noKey,    noMark, plain,    cPerfMonDump;
  56.     "Toggle Performance Monitor",            noIcon, noKey,    noMark, plain,    cPerfMonToggle;
  57.     "End Performance Monitor",                noIcon, noKey,    noMark,    plain,    cPerfMonEnd;
  58. #endif
  59.     }
  60. };
  61.  
  62. resource 'MBAR' (kMBarDebug,
  63. #if qNames
  64. "kMBarDebug",
  65. #endif
  66. nonpurgeable) {
  67.  
  68.     {
  69.         mDebug
  70.     }
  71. };
  72.  
  73. //----------------------------------------------------------------------------------------
  74. //    Window and view resources
  75. //----------------------------------------------------------------------------------------
  76.  
  77. resource 'STR#' (806, "Window titles", purgeable) {{
  78.  
  79.     ""
  80.     }
  81. };
  82.  
  83. resource 'STR#' (804, "Cluster labels", purgeable) {{
  84.  
  85.     "Events and Commands:", "Show regions:", "Segments:", "Miscellaneous:", "Memory usage:", "Application Code", "ROM code", "Outside application/ROM code"
  86.     }
  87. };
  88.  
  89. resource 'STR#' (802, "Check Box labels", purgeable) {{
  90.  
  91.     "Report menu commands", "Report events", "Cursor region", "Sleep region", "Help region", "Invalid regions", "Report loads", "Unload", "Intense debugging", "Assumed focus preconditioning", "Debug printing", "User flag 1", "User flag 2", "User flag 3", "Report new max", "Break on new max", "Monitor application code", "Monitor ROM code", "Monitor outside code"
  92.     }
  93. };
  94.  
  95. resource 'STR#' (805, "Static Text text", purgeable) {{
  96.  
  97.     "Debugger Flags", "Timer count:", "4", "Code/ROM bucket size:", "8", "Resource type:", "CODE", "ROM ID:", "0", "ROM name:", "", "Address range:", "Bucket size:", "From:", "To:", "Performance Monitor Initialization"
  98.     }
  99. };
  100.  
  101. resource 'STR#' (801, "Button labels", purgeable) {{
  102.  
  103.     "Initialize", "Cancel"
  104.     }
  105. };
  106.  
  107. resource 'TxSt' (800, purgeable) {tsPlain, 0, black, "Geneva"};
  108.  
  109. resource 'TxSt' (801, purgeable) {tsPlain, 10, black, "Geneva"};
  110.  
  111. resource 'TxSt' (802, purgeable) {tsBold, 0, black, "Geneva"};
  112.  
  113. resource 'View' (900, "Debug Flags Window", purgeable) {MAThreeOh, 
  114.     {
  115.     ViewSignatureAndClassname
  116.         {'wind', 2479, "", 'DGOW', enabled, noIdle, {}, MAThreeOh, 
  117.         {50, 312}, {192, 508}, sizeVariable, sizeVariable, shown, doesntWantToBeTarget, 
  118.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  119.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  120.         NoDrawingEnvironment {}, 
  121.         AdornerListSignatureAndClassname {NoIdentifier, AdornerList, AdornerElementSize, AdornerElementSizeShift, DynamicArrayAllocationIncrement, {
  122.             AdornFirst, AdornerLocalObject {EraseAdorner}, 
  123.             DrawView, AdornerLocalObject {DrawAdorner}}}, emptyUserArea, 
  124.         Window {documentProc, 'DGOV', goAwayBox, notResizable, ignoreFirstClick, 
  125.             dontFreeOnClosing, disposeOnFree, doesntCloseDocument, dontOpenWithDocument, dontAdaptToScreen, dontStagger, forceOnScreen, 
  126.             centerHorizontally, doesntFloat, doesntHideOnSuspend, generateActivates, filler, 806, 1}, 1}, 
  127.     ViewSignatureAndClassname
  128.         {'view', 2352, "TDebugFlagsView", 'DGOV', notEnabled, noIdle, {}, MAThreeOh, 
  129.         {0, 0}, {192, 512}, sizeVariable, sizeVariable, shown, doesntWantToBeTarget, 
  130.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  131.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  132.         NoDrawingEnvironment {}, 
  133.         NoAdorners {}, emptyUserArea, 
  134.         View {}, 6}, 
  135.     ViewSignatureAndClassname
  136.         {'clus', 290, "", 'VW02', notEnabled, noIdle, {}, MAThreeOh, 
  137.         {32, 176}, {56, 192}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  138.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  139.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  140.         NoDrawingEnvironment {}, 
  141.         NoAdorners {}, emptyUserArea, 
  142.         Cluster {mClusterHit, notHilited, notDimmed, sizeable, noInset, 800, dontPreferOutline, 804, 1}, 2}, 
  143.     ViewSignatureAndClassname
  144.         {'chkb', 93, "", 'menu', enabled, noIdle, {}, MAThreeOh, 
  145.         {16, 16}, {16, 144}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  146.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  147.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  148.         NoDrawingEnvironment {}, 
  149.         NoAdorners {}, emptyUserArea, 
  150.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 1}, 
  151.         NoSubviews}, 
  152.     ViewSignatureAndClassname
  153.         {'chkb', 93, "", 'evnt', enabled, noIdle, {}, MAThreeOh, 
  154.         {32, 16}, {16, 96}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  155.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  156.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  157.         NoDrawingEnvironment {}, 
  158.         NoAdorners {}, emptyUserArea, 
  159.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 2}, 
  160.         NoSubviews}, 
  161.     ViewSignatureAndClassname
  162.         {'clus', 488, "", 'VW05', notEnabled, noIdle, {}, MAThreeOh, 
  163.         {96, 16}, {88, 128}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  164.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  165.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  166.         NoDrawingEnvironment {}, 
  167.         NoAdorners {}, emptyUserArea, 
  168.         Cluster {mClusterHit, notHilited, notDimmed, sizeable, noInset, 800, dontPreferOutline, 804, 2}, 4}, 
  169.     ViewSignatureAndClassname
  170.         {'chkb', 93, "", 'curs', enabled, noIdle, {}, MAThreeOh, 
  171.         {16, 16}, {16, 96}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  172.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  173.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  174.         NoDrawingEnvironment {}, 
  175.         NoAdorners {}, emptyUserArea, 
  176.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 3}, 
  177.         NoSubviews}, 
  178.     ViewSignatureAndClassname
  179.         {'chkb', 93, "", 'slee', enabled, noIdle, {}, MAThreeOh, 
  180.         {32, 16}, {16, 80}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  181.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  182.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  183.         NoDrawingEnvironment {}, 
  184.         NoAdorners {}, emptyUserArea, 
  185.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 4}, 
  186.         NoSubviews}, 
  187.     ViewSignatureAndClassname
  188.         {'chkb', 93, "", 'help', enabled, noIdle, {}, MAThreeOh, 
  189.         {48, 16}, {16, 80}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  190.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  191.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  192.         NoDrawingEnvironment {}, 
  193.         NoAdorners {}, emptyUserArea, 
  194.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 5}, 
  195.         NoSubviews}, 
  196.     ViewSignatureAndClassname
  197.         {'chkb', 93, "", 'invl', enabled, noIdle, {}, MAThreeOh, 
  198.         {64, 16}, {16, 96}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  199.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  200.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  201.         NoDrawingEnvironment {}, 
  202.         NoAdorners {}, emptyUserArea, 
  203.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 6}, 
  204.         NoSubviews}, 
  205.     ViewSignatureAndClassname
  206.         {'clus', 290, "", 'VW18', notEnabled, noIdle, {}, MAThreeOh, 
  207.         {32, 384}, {56, 112}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  208.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  209.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  210.         NoDrawingEnvironment {}, 
  211.         NoAdorners {}, emptyUserArea, 
  212.         Cluster {mClusterHit, notHilited, notDimmed, sizeable, noInset, 800, dontPreferOutline, 804, 3}, 2}, 
  213.     ViewSignatureAndClassname
  214.         {'chkb', 93, "", 'segl', enabled, noIdle, {}, MAThreeOh, 
  215.         {16, 16}, {16, 80}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  216.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  217.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  218.         NoDrawingEnvironment {}, 
  219.         NoAdorners {}, emptyUserArea, 
  220.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 7}, 
  221.         NoSubviews}, 
  222.     ViewSignatureAndClassname
  223.         {'chkb', 93, "", 'segu', enabled, noIdle, {}, MAThreeOh, 
  224.         {32, 16}, {16, 64}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  225.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  226.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  227.         NoDrawingEnvironment {}, 
  228.         NoAdorners {}, emptyUserArea, 
  229.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, on, 802, 8}, 
  230.         NoSubviews}, 
  231.     ViewSignatureAndClassname
  232.         {'clus', 785, "", 'VW10', notEnabled, noIdle, {}, MAThreeOh, 
  233.         {96, 160}, {88, 336}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  234.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  235.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  236.         NoDrawingEnvironment {}, 
  237.         NoAdorners {}, emptyUserArea, 
  238.         Cluster {mClusterHit, notHilited, notDimmed, sizeable, noInset, 800, dontPreferOutline, 804, 4}, 6}, 
  239.     ViewSignatureAndClassname
  240.         {'chkb', 93, "", 'ints', enabled, noIdle, {}, MAThreeOh, 
  241.         {16, 16}, {16, 112}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  242.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  243.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  244.         NoDrawingEnvironment {}, 
  245.         NoAdorners {}, emptyUserArea, 
  246.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 9}, 
  247.         NoSubviews}, 
  248.     ViewSignatureAndClassname
  249.         {'chkb', 93, "", 'focu', enabled, noIdle, {}, MAThreeOh, 
  250.         {40, 16}, {16, 176}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  251.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  252.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  253.         NoDrawingEnvironment {}, 
  254.         NoAdorners {}, emptyUserArea, 
  255.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, on, 802, 10}, 
  256.         NoSubviews}, 
  257.     ViewSignatureAndClassname
  258.         {'chkb', 93, "", 'prnt', enabled, noIdle, {}, MAThreeOh, 
  259.         {64, 16}, {16, 96}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  260.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  261.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  262.         NoDrawingEnvironment {}, 
  263.         NoAdorners {}, emptyUserArea, 
  264.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 11}, 
  265.         NoSubviews}, 
  266.     ViewSignatureAndClassname
  267.         {'chkb', 93, "", 'usr1', enabled, noIdle, {}, MAThreeOh, 
  268.         {16, 224}, {16, 96}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  269.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  270.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  271.         NoDrawingEnvironment {}, 
  272.         NoAdorners {}, emptyUserArea, 
  273.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 12}, 
  274.         NoSubviews}, 
  275.     ViewSignatureAndClassname
  276.         {'chkb', 93, "", 'usr2', enabled, noIdle, {}, MAThreeOh, 
  277.         {40, 224}, {16, 96}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  278.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  279.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  280.         NoDrawingEnvironment {}, 
  281.         NoAdorners {}, emptyUserArea, 
  282.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 13}, 
  283.         NoSubviews}, 
  284.     ViewSignatureAndClassname
  285.         {'chkb', 93, "", 'usr3', enabled, noIdle, {}, MAThreeOh, 
  286.         {64, 224}, {16, 96}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  287.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  288.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  289.         NoDrawingEnvironment {}, 
  290.         NoAdorners {}, emptyUserArea, 
  291.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 14}, 
  292.         NoSubviews}, 
  293.     ViewSignatureAndClassname
  294.         {'clus', 290, "", 'VW01', notEnabled, noIdle, {}, MAThreeOh, 
  295.         {32, 16}, {56, 144}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  296.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  297.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  298.         NoDrawingEnvironment {}, 
  299.         NoAdorners {}, emptyUserArea, 
  300.         Cluster {mClusterHit, notHilited, notDimmed, sizeable, noInset, 800, dontPreferOutline, 804, 5}, 2}, 
  301.     ViewSignatureAndClassname
  302.         {'chkb', 93, "", 'rsrc', enabled, noIdle, {}, MAThreeOh, 
  303.         {16, 16}, {16, 112}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  304.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  305.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  306.         NoDrawingEnvironment {}, 
  307.         NoAdorners {}, emptyUserArea, 
  308.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 15}, 
  309.         NoSubviews}, 
  310.     ViewSignatureAndClassname
  311.         {'chkb', 93, "", 'memb', enabled, noIdle, {}, MAThreeOh, 
  312.         {32, 16}, {16, 112}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  313.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  314.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  315.         NoDrawingEnvironment {}, 
  316.         NoAdorners {}, emptyUserArea, 
  317.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 16}, 
  318.         NoSubviews}, 
  319.     ViewSignatureAndClassname
  320.         {'stat', 96, "", 'VW03', notEnabled, noIdle, {}, MAThreeOh, 
  321.         {8, 16}, {16, 480}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  322.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  323.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  324.         NoDrawingEnvironment {}, 
  325.         NoAdorners {}, emptyUserArea, 
  326.         StaticText {mStaticTextHit, notHilited, notDimmed, sizeable, noInset, 802, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 1}, 
  327.         NoSubviews}
  328.     }
  329. };
  330.  
  331. resource 'View' (901, "Initialize PerfMon", purgeable) {MAThreeOh, 
  332.     {
  333.     ViewSignatureAndClassname
  334.         {'wind', 3560, "", 'wind', enabled, noIdle, {BehaviorSignatureAndClassname {noID, "TDIALOGBEHAVIOR", DialogBehavior {enabled, noIdle, modal, noID, noID}}}, MAThreeOh, 
  335.         {50, 304}, {248, 544}, sizeVariable, sizeVariable, shown, doesntWantToBeTarget, 
  336.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  337.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  338.         NoDrawingEnvironment {}, 
  339.         AdornerListSignatureAndClassname {NoIdentifier, AdornerList, AdornerElementSize, AdornerElementSizeShift, DynamicArrayAllocationIncrement, {
  340.             AdornFirst, AdornerLocalObject {EraseAdorner}, 
  341.             DrawView, AdornerLocalObject {DrawAdorner}}}, emptyUserArea, 
  342.         Window {dBoxProc, 'rtvw', noGoAwayBox, notResizable, ignoreFirstClick, 
  343.             dontFreeOnClosing, disposeOnFree, doesntCloseDocument, dontOpenWithDocument, dontAdaptToScreen, dontStagger, dontForceOnScreen, 
  344.             center, doesntFloat, doesntHideOnSuspend, generateActivates, filler, 806, 1}, 1}, 
  345.     ViewSignatureAndClassname
  346.         {'dlog', 3389, "", 'rtvw', enabled, noIdle, {}, MAThreeOh, 
  347.         {0, 0}, {248, 544}, sizeVariable, sizeVariable, shown, doesntWantToBeTarget, 
  348.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  349.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  350.         NoDrawingEnvironment {}, 
  351.         NoAdorners {}, emptyUserArea, 
  352.         DialogView {'init', 'canl'}, 10}, 
  353.     ViewSignatureAndClassname
  354.         {'stat', 96, "", 'VW02', notEnabled, noIdle, {}, MAThreeOh, 
  355.         {40, 16}, {16, 64}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  356.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  357.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  358.         NoDrawingEnvironment {}, 
  359.         NoAdorners {}, emptyUserArea, 
  360.         StaticText {mStaticTextHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 2}, 
  361.         NoSubviews}, 
  362.     ViewSignatureAndClassname
  363.         {'nmbr', 172, "", 'tmct', enabled, noIdle, {}, MAThreeOh, 
  364.         {40, 80}, {16, 32}, sizeFixed, sizeFixed, shown, wantsToBeTarget, 
  365.         handlesCursor, doesntLetSubViewsHandleCursor, 1, 
  366.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  367.         NoDrawingEnvironment {}, 
  368.         AdornerListSignatureAndClassname {NoIdentifier, AdornerList, AdornerElementSize, AdornerElementSizeShift, DynamicArrayAllocationIncrement, {
  369.             DrawView, AdornerLocalObject {DrawAdorner}, 
  370.             AdornAfter, AdornerSignatureAndClassname {'comp', "", 'comp', freeOnDeletion, $"0F"}}}, emptyUserArea, 
  371.         NumberText {mEditTextHit, notHilited, notDimmed, sizeable, {3, 3, 3, 3}, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 3, unlimited, LeftRightUpDownBackspace, 4, -32768, 32767}, 
  372.         NoSubviews}, 
  373.     ViewSignatureAndClassname
  374.         {'stat', 96, "", 'VW04', notEnabled, noIdle, {}, MAThreeOh, 
  375.         {40, 176}, {16, 112}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  376.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  377.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  378.         NoDrawingEnvironment {}, 
  379.         NoAdorners {}, emptyUserArea, 
  380.         StaticText {mStaticTextHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 4}, 
  381.         NoSubviews}, 
  382.     ViewSignatureAndClassname
  383.         {'nmbr', 172, "", 'cbsz', enabled, noIdle, {}, MAThreeOh, 
  384.         {40, 288}, {16, 32}, sizeFixed, sizeFixed, shown, wantsToBeTarget, 
  385.         handlesCursor, doesntLetSubViewsHandleCursor, 1, 
  386.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  387.         NoDrawingEnvironment {}, 
  388.         AdornerListSignatureAndClassname {NoIdentifier, AdornerList, AdornerElementSize, AdornerElementSizeShift, DynamicArrayAllocationIncrement, {
  389.             DrawView, AdornerLocalObject {DrawAdorner}, 
  390.             AdornAfter, AdornerSignatureAndClassname {'comp', "", 'comp', freeOnDeletion, $"0F"}}}, emptyUserArea, 
  391.         NumberText {mEditTextHit, notHilited, notDimmed, sizeable, {3, 3, 3, 3}, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 5, unlimited, LeftRightUpDownBackspace, 8, -32768, 32767}, 
  392.         NoSubviews}, 
  393.     ViewSignatureAndClassname
  394.         {'clus', 459, "", 'VW06', notEnabled, noIdle, {}, MAThreeOh, 
  395.         {72, 16}, {64, 176}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  396.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  397.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  398.         NoDrawingEnvironment {}, 
  399.         NoAdorners {}, emptyUserArea, 
  400.         Cluster {mClusterHit, notHilited, notDimmed, sizeable, noInset, 800, dontPreferOutline, 804, 6}, 3}, 
  401.     ViewSignatureAndClassname
  402.         {'chkb', 93, "", 'macd', enabled, noIdle, {}, MAThreeOh, 
  403.         {40, 16}, {16, 144}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  404.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  405.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  406.         NoDrawingEnvironment {}, 
  407.         NoAdorners {}, emptyUserArea, 
  408.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, on, 802, 17}, 
  409.         NoSubviews}, 
  410.     ViewSignatureAndClassname
  411.         {'stat', 96, "", 'VW08', notEnabled, noIdle, {}, MAThreeOh, 
  412.         {16, 16}, {16, 80}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  413.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  414.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  415.         NoDrawingEnvironment {}, 
  416.         NoAdorners {}, emptyUserArea, 
  417.         StaticText {mStaticTextHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 6}, 
  418.         NoSubviews}, 
  419.     ViewSignatureAndClassname
  420.         {'edit', 160, "", 'acrs', enabled, noIdle, {}, MAThreeOh, 
  421.         {16, 96}, {16, 32}, sizeFixed, sizeFixed, shown, wantsToBeTarget, 
  422.         handlesCursor, doesntLetSubViewsHandleCursor, 1, 
  423.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  424.         NoDrawingEnvironment {}, 
  425.         AdornerListSignatureAndClassname {NoIdentifier, AdornerList, AdornerElementSize, AdornerElementSizeShift, DynamicArrayAllocationIncrement, {
  426.             DrawView, AdornerLocalObject {DrawAdorner}, 
  427.             AdornAfter, AdornerSignatureAndClassname {'comp', "", 'comp', freeOnDeletion, $"0F"}}}, emptyUserArea, 
  428.         EditText {mEditTextHit, notHilited, notDimmed, sizeable, {3, 3, 3, 3}, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 7, unlimited, 0b11110000000000000000100100000000}, 
  429.         NoSubviews}, 
  430.     ViewSignatureAndClassname
  431.         {'clus', 739, "", 'VW11', notEnabled, noIdle, {}, MAThreeOh, 
  432.         {72, 208}, {64, 320}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  433.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  434.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  435.         NoDrawingEnvironment {}, 
  436.         NoAdorners {}, emptyUserArea, 
  437.         Cluster {mClusterHit, notHilited, notDimmed, sizeable, noInset, 800, dontPreferOutline, 804, 7}, 5}, 
  438.     ViewSignatureAndClassname
  439.         {'chkb', 93, "", 'mrcd', enabled, noIdle, {}, MAThreeOh, 
  440.         {40, 128}, {16, 112}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  441.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  442.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  443.         NoDrawingEnvironment {}, 
  444.         NoAdorners {}, emptyUserArea, 
  445.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 18}, 
  446.         NoSubviews}, 
  447.     ViewSignatureAndClassname
  448.         {'stat', 96, "", 'VW13', notEnabled, noIdle, {}, MAThreeOh, 
  449.         {16, 224}, {16, 48}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  450.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  451.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  452.         NoDrawingEnvironment {}, 
  453.         NoAdorners {}, emptyUserArea, 
  454.         StaticText {mStaticTextHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 8}, 
  455.         NoSubviews}, 
  456.     ViewSignatureAndClassname
  457.         {'nmbr', 172, "", 'rmid', enabled, noIdle, {}, MAThreeOh, 
  458.         {16, 272}, {16, 32}, sizeFixed, sizeFixed, shown, wantsToBeTarget, 
  459.         handlesCursor, doesntLetSubViewsHandleCursor, 1, 
  460.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  461.         NoDrawingEnvironment {}, 
  462.         AdornerListSignatureAndClassname {NoIdentifier, AdornerList, AdornerElementSize, AdornerElementSizeShift, DynamicArrayAllocationIncrement, {
  463.             DrawView, AdornerLocalObject {DrawAdorner}, 
  464.             AdornAfter, AdornerSignatureAndClassname {'comp', "", 'comp', freeOnDeletion, $"0F"}}}, emptyUserArea, 
  465.         NumberText {mEditTextHit, notHilited, notDimmed, sizeable, {3, 3, 3, 3}, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 9, unlimited, LeftRightUpDownBackspace, 0, -32768, 32767}, 
  466.         NoSubviews}, 
  467.     ViewSignatureAndClassname
  468.         {'stat', 96, "", 'VW15', notEnabled, noIdle, {}, MAThreeOh, 
  469.         {16, 16}, {16, 64}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  470.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  471.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  472.         NoDrawingEnvironment {}, 
  473.         NoAdorners {}, emptyUserArea, 
  474.         StaticText {mStaticTextHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 10}, 
  475.         NoSubviews}, 
  476.     ViewSignatureAndClassname
  477.         {'edit', 160, "", 'rmnm', enabled, noIdle, {}, MAThreeOh, 
  478.         {16, 80}, {16, 128}, sizeFixed, sizeFixed, shown, wantsToBeTarget, 
  479.         handlesCursor, doesntLetSubViewsHandleCursor, 1, 
  480.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  481.         NoDrawingEnvironment {}, 
  482.         AdornerListSignatureAndClassname {NoIdentifier, AdornerList, AdornerElementSize, AdornerElementSizeShift, DynamicArrayAllocationIncrement, {
  483.             DrawView, AdornerLocalObject {DrawAdorner}, 
  484.             AdornAfter, AdornerSignatureAndClassname {'comp', "", 'comp', freeOnDeletion, $"0F"}}}, emptyUserArea, 
  485.         EditText {mEditTextHit, notHilited, notDimmed, sizeable, {3, 3, 3, 3}, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 11, unlimited, LeftRightUpDownBackspace}, 
  486.         NoSubviews}, 
  487.     ViewSignatureAndClassname
  488.         {'clus', 1133, "", 'xxxx', notEnabled, noIdle, {}, MAThreeOh, 
  489.         {152, 16}, {88, 256}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  490.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  491.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  492.         NoDrawingEnvironment {}, 
  493.         NoAdorners {}, emptyUserArea, 
  494.         Cluster {mClusterHit, notHilited, notDimmed, sizeable, noInset, 800, dontPreferOutline, 804, 8}, 8}, 
  495.     ViewSignatureAndClassname
  496.         {'chkb', 93, "", 'mout', enabled, noIdle, {}, MAThreeOh, 
  497.         {64, 64}, {16, 128}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  498.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  499.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  500.         NoDrawingEnvironment {}, 
  501.         NoAdorners {}, emptyUserArea, 
  502.         CheckBox {mCheckBoxHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, off, 802, 19}, 
  503.         NoSubviews}, 
  504.     ViewSignatureAndClassname
  505.         {'stat', 96, "", 'VW20', notEnabled, noIdle, {}, MAThreeOh, 
  506.         {16, 16}, {16, 80}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  507.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  508.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  509.         NoDrawingEnvironment {}, 
  510.         NoAdorners {}, emptyUserArea, 
  511.         StaticText {mStaticTextHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 12}, 
  512.         NoSubviews}, 
  513.     ViewSignatureAndClassname
  514.         {'stat', 96, "", 'VW21', notEnabled, noIdle, {}, MAThreeOh, 
  515.         {40, 16}, {16, 64}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  516.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  517.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  518.         NoDrawingEnvironment {}, 
  519.         NoAdorners {}, emptyUserArea, 
  520.         StaticText {mStaticTextHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 13}, 
  521.         NoSubviews}, 
  522.     ViewSignatureAndClassname
  523.         {'stat', 96, "", 'VW22', notEnabled, noIdle, {}, MAThreeOh, 
  524.         {16, 96}, {16, 32}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  525.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  526.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  527.         NoDrawingEnvironment {}, 
  528.         NoAdorners {}, emptyUserArea, 
  529.         StaticText {mStaticTextHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 14}, 
  530.         NoSubviews}, 
  531.     ViewSignatureAndClassname
  532.         {'stat', 96, "", 'VW23', notEnabled, noIdle, {}, MAThreeOh, 
  533.         {16, 176}, {16, 16}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  534.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  535.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  536.         NoDrawingEnvironment {}, 
  537.         NoAdorners {}, emptyUserArea, 
  538.         StaticText {mStaticTextHit, notHilited, notDimmed, sizeable, noInset, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 15}, 
  539.         NoSubviews}, 
  540.     ViewSignatureAndClassname
  541.         {'nmbr', 172, "", 'from', enabled, noIdle, {}, MAThreeOh, 
  542.         {16, 128}, {16, 48}, sizeFixed, sizeFixed, shown, wantsToBeTarget, 
  543.         handlesCursor, doesntLetSubViewsHandleCursor, 1, 
  544.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  545.         NoDrawingEnvironment {}, 
  546.         AdornerListSignatureAndClassname {NoIdentifier, AdornerList, AdornerElementSize, AdornerElementSizeShift, DynamicArrayAllocationIncrement, {
  547.             DrawView, AdornerLocalObject {DrawAdorner}, 
  548.             AdornAfter, AdornerSignatureAndClassname {'comp', "", 'comp', freeOnDeletion, $"0F"}}}, emptyUserArea, 
  549.         NumberText {mEditTextHit, notHilited, notDimmed, sizeable, {3, 3, 3, 3}, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 9, unlimited, LeftRightUpDownBackspace, 0, -2147483648, 2147483647}, 
  550.         NoSubviews}, 
  551.     ViewSignatureAndClassname
  552.         {'nmbr', 172, "", 'to  ', enabled, noIdle, {}, MAThreeOh, 
  553.         {16, 192}, {16, 48}, sizeFixed, sizeFixed, shown, wantsToBeTarget, 
  554.         handlesCursor, doesntLetSubViewsHandleCursor, 1, 
  555.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  556.         NoDrawingEnvironment {}, 
  557.         AdornerListSignatureAndClassname {NoIdentifier, AdornerList, AdornerElementSize, AdornerElementSizeShift, DynamicArrayAllocationIncrement, {
  558.             DrawView, AdornerLocalObject {DrawAdorner}, 
  559.             AdornAfter, AdornerSignatureAndClassname {'comp', "", 'comp', freeOnDeletion, $"0F"}}}, emptyUserArea, 
  560.         NumberText {mEditTextHit, notHilited, notDimmed, sizeable, {3, 3, 3, 3}, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 9, unlimited, LeftRightUpDownBackspace, 0, -2147483648, 2147483647}, 
  561.         NoSubviews}, 
  562.     ViewSignatureAndClassname
  563.         {'nmbr', 172, "", 'otsz', enabled, noIdle, {}, MAThreeOh, 
  564.         {40, 80}, {16, 32}, sizeFixed, sizeFixed, shown, wantsToBeTarget, 
  565.         handlesCursor, doesntLetSubViewsHandleCursor, 1, 
  566.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  567.         NoDrawingEnvironment {}, 
  568.         AdornerListSignatureAndClassname {NoIdentifier, AdornerList, AdornerElementSize, AdornerElementSizeShift, DynamicArrayAllocationIncrement, {
  569.             DrawView, AdornerLocalObject {DrawAdorner}, 
  570.             AdornAfter, AdornerSignatureAndClassname {'comp', "", 'comp', freeOnDeletion, $"0F"}}}, emptyUserArea, 
  571.         NumberText {mEditTextHit, notHilited, notDimmed, sizeable, {3, 3, 3, 3}, 801, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 9, unlimited, LeftRightUpDownBackspace, 0, -32768, 32767}, 
  572.         NoSubviews}, 
  573.     ViewSignatureAndClassname
  574.         {'butn', 204, "", 'init', enabled, noIdle, {}, MAThreeOh, 
  575.         {200, 440}, {32, 88}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  576.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  577.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  578.         DrawingEnvironmentClassIDAndClassname {64, DrawingEnvironment, {3, 3}, 8, $"FFFF FFFF FFFF FFFF", {0, 0, 0}, {65535, 65535, 65535}}, 
  579.         AdornerListSignatureAndClassname {NoIdentifier, AdornerList, AdornerElementSize, AdornerElementSizeShift, DynamicArrayAllocationIncrement, {
  580.             DrawView, AdornerLocalObject {DrawAdorner}, 
  581.             AdornAfter, AdornerSignatureAndClassname {'comp', "", 'comp', freeOnDeletion, $"40"}}}, emptyUserArea, 
  582.         Button {mDismiss, notHilited, notDimmed, sizeable, {4, 4, 4, 4}, 802, dontPreferOutline, 801, 1}, 
  583.         NoSubviews}, 
  584.     ViewSignatureAndClassname
  585.         {'butn', 92, "", 'canl', enabled, noIdle, {}, MAThreeOh, 
  586.         {200, 336}, {32, 88}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  587.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  588.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  589.         NoDrawingEnvironment {}, 
  590.         NoAdorners {}, emptyUserArea, 
  591.         Button {mDismiss, notHilited, notDimmed, sizeable, {4, 4, 4, 4}, 802, dontPreferOutline, 801, 2}, 
  592.         NoSubviews}, 
  593.     ViewSignatureAndClassname
  594.         {'stat', 96, "", 'VW01', notEnabled, noIdle, {}, MAThreeOh, 
  595.         {8, 16}, {16, 256}, sizeFixed, sizeFixed, shown, doesntWantToBeTarget, 
  596.         handlesCursor, letsSubViewsHandleCursor, noCursorID, 
  597.         handlesHelp, letsSubViewsHandleHelp, noHelpID, 1, 
  598.         NoDrawingEnvironment {}, 
  599.         NoAdorners {}, emptyUserArea, 
  600.         StaticText {mStaticTextHit, notHilited, notDimmed, sizeable, noInset, 802, dontPreferOutline, autoWrap, dontEraseFirst, justSystem, 805, 16}, 
  601.         NoSubviews}
  602.     }
  603. };
  604.  
  605. resource 'WIND' (9999, purgeable) {
  606.     {50, 20, 310, 450}, zoomDocProc, invisible, goAway, 0x0, "Debugger Options", centerMainScreen
  607. };
  608.  
  609.  
  610. /* Debug Buzz-Strings */
  611. resource 'STR#' (kDebugBuzzStrings,
  612. #if qNames
  613.     "DebugBuzzStrings",
  614. #endif
  615.     purgeable) {
  616.      {    
  617.         /* [1] */    "Do First Click For This Window";
  618.         /* [2] */    "Don't Do First Click For This Window";
  619.         /* [3] */    "Set system to right justification";
  620.         /* [4] */    "Set system to left justification";
  621.         /* [5] */    "Continue performance monitor";
  622.         /* [6] */    "Pause performance monitor"
  623.     }
  624. };
  625.  
  626.  
  627. /* Debug Error-Strings */
  628. resource 'STR#' (kDebugErrorStrings,
  629. #if qNames
  630.     "kDebugErrorStrings",
  631. #endif
  632.     purgeable) {
  633.      {
  634.     "Level 7 Interupt";
  635.     "Bus error:  Invalid memory reference";
  636.     "Address error:  Word or long-word reference made to an odd address";
  637.     "Illegal instruction:  The processor received an instruction it didn't recognize.";
  638.     "Zero divide:  Signed Divide (DIVS) or Unsigned Divide (DIVU) instruction with a divisor of 0 was executed.";
  639.     "Check exception:  Check Register Against Bounds (CHK) instruction was executed and failed.  Pascal 'value out of range' errors are usually reported in this way.";
  640.     "TrapV exception:  Trap On Overflow (TRAPV) instruction was executed and failed.";
  641.     "Privilege violation:  Macintosh always runs in supervisor mode; perhaps an erroneous Return From Execution (RTE) instruction was executed.";
  642.     "Trace exception:  The trace bit in the status register is set.";
  643.     "Line 1010 exception:  The 1010 trap dispatcher has failed.";
  644.     "Line 1111 exception:  Unimplemented instruction";
  645.     "Miscellaneous exception:  All other processor exceptions";
  646.     "Unimplemented core routine:  An unimplemented trap number was encountered.";
  647.     "Spurious interrupt:  The interrupt vector table entry for a particular level of interrupt is NULL; usually occurs with level 4, 5, 6, or 7 interrupts.";
  648.     "I/O system error:  The File Manager is attempting to dequeue an entry from an I/O request queue that has a bad queue type field.";
  649.     "Segment Loader error:  A GetResource call to read a segment into memory failed.";
  650.     "Floating point error:  The halt bit in the floating-point environment word was set.";
  651.     "Can't load package 0:  A GetResource call to read a package into memory failed.";
  652.     "Can't load package 1:  A GetResource call to read a package into memory failed.";
  653.     "Can't load Disk Initialization package:  A GetResource call to read a package into memory failed.";
  654.     "Can't load Standard File package:  A GetResource call to read a package into memory failed.";
  655.     "Can't load Floating Point package:  A GetResource call to read a package into memory failed.";
  656.     "Can't load Trancendentals package:  A GetResource call to read a package into memory failed.";
  657.     "Can't load International Utilities package:  A GetResource call to read a package into memory failed.";
  658.     "Can't load Binary-Decimal package:  A GetResource call to read a package into memory failed.";
  659.     "Can't allocate requested memory block in the heap";
  660.     "Segment Loader error:  A GetResource call to read 'CODE' resource 0 into memory failed; usually indicates a nonexecutable file.";
  661.     "File map destroyed:  A logical block number was found that's greater than the number of the last logical block on the volume or less than the logical block number of the first allocation block on the volume.";
  662.     "Stack overflow error:  The stack has expanded into the heap.";
  663.     "Negative ZcbFree value (Memory manager error.  See TN-151)";
  664.     "The file named 'Finder' can't be found on the disk.";
  665.     "ShutDown Alert";
  666.     "Unserviceable slot interrupt";
  667.     "Bad opcode given to SANE package 4";
  668.     "Menu Manager tried to access a menu that's been purged.";
  669.     "Menu bar not found";
  670.     "Menu find error";
  671.     "Can't mount system startup volume.  The system couldn't read the system resource file into memory.";
  672.     "'Sorry, a system error occurred':  Default alert message";
  673.     "Mem Mgr Err";
  674.     "Unlisted error.  See IM III-205"
  675.      }
  676. };
  677.